home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2057 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.2 KB  |  69 lines

  1. Path: news.iag.net!news
  2. From: jatmon@iag.net (John R Buchan)
  3. Newsgroups: comp.lang.c,comp.os.ms-windows.programmer.tools.owl
  4. Subject: Re: OWL Printing: HELP!!!!!
  5. Followup-To: comp.os.ms-windows.programmer.tools.owl
  6. Date: 18 Jan 1996 20:35:44 GMT
  7. Organization: Internet Access Group, Orlando, Florida
  8. Message-ID: <4dmav0$kch@news.iag.net>
  9. References: <60xC6fJpv6B@n1032.timb.wad.org>
  10. NNTP-Posting-Host: pm1-orl15.iag.net
  11. X-Newsreader: WinVN 0.99.7
  12.  
  13. In article <60xC6fJpv6B@n1032.timb.wad.org>, W.GESCHE@TIMB.wad.org says...
  14. ->
  15. ->Hi folks,
  16. ->
  17. ->I really do not know how to continue with my program.... :-(
  18. ->
  19. ->I use Borland C++ 4.02 and what I just wanna do is printing out some data  
  20. ->in a Windows-Program.
  21. ->
  22. ->I tried it using fprintf(stdprn,"%s",mydata); but this cause ugly  
  23. ->characters when you type some non-standard-Stuff, like the sz in German.  
  24. ->But I do need it...
  25. ->
  26. ->Have someone an Ansi-Ascii Converter or what I prefer is to use the GDI  
  27. ->for printing. But I really do not get along with the original  
  28. ->documentation and my Borland C++ book, which I purchase does not help  
  29. ->either.
  30. ->
  31. ->So, my problem short:
  32. ->1) Printing data from data-file like adresses, which are stored in a  
  33. ->binary file:
  34. ->
  35. ->Klaus Mustermann
  36. ->Musterstrasse 45
  37. ->53XXX Musterstadt
  38. ->\n
  39. ->\n
  40. ->Stefan Mⁿller
  41. ->Mⁿllerstra▀e 10
  42. ->60323 Hausen
  43. ->
  44. ->And I want something to control, to say the user when he has to insert  
  45. ->paper.
  46. ->
  47. ->Please send any suggestions (example sources, questions...) to  
  48. ->W.Gesche@Timb.Wad.org.
  49. ->
  50. ->It is really urgent :-)
  51. ->
  52. ->Greetings come from:
  53. ->Wolfgang Gesche (W.Gesche@Timb.WaD.org) Much/Germany.
  54. ->## CrossPoint v3.1 ##
  55.  
  56. Your best bet for an answer to a compiler/system specific question like this
  57. is in a group dedicated to that compiler and/or system.  In this case,
  58. comp.os.ms-windows.programmer.tools.owl seems likely choice.  I have 
  59. redirected follupw there.  You might want to ftp (anonymous) to rtfm.mit.edu
  60. /pub/usenet-by-heirarchy and see, if they have a faq (Frequently Asked
  61. Question) list there.  
  62.  
  63. PS) You will fine the c.l.c faq list at /pub/usenet/comp.lang.c.
  64.  
  65. -- 
  66. John R Buchan           -:|:-     Looking for that elusive FAQ?  ftp to:
  67. jatmon@mail.iag.net     -:|:-     rtfm.mit.edu /pub/usenet-by-group/....
  68.  
  69.